FlexReport for WinForms
Keys プロパティ (OrderedDictionary<TKey,TValue>)


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス : Keys プロパティ
Gets an System.Collections.Generic.ICollection`1 object containing the keys in the OrderedDictionary<TKey,TValue>.
シンタックス
'宣言
 
Public ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim value As System.Collections.Generic.ICollection(Of TKey)
 
value = instance.Keys
public System.Collections.Generic.ICollection<TKey> Keys {get;}

プロパティ値

An System.Collections.Generic.ICollection`1 object containing the keys in the OrderedDictionary<TKey,TValue>.
解説
The returned System.Collections.Generic.ICollection`1 object is not a static copy; instead, the collection refers back to the keys in the original OrderedDictionary<TKey,TValue>. Therefore, changes to the OrderedDictionary<TKey,TValue> continue to be reflected in the key collection.
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ